home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 22.dxr / 00052.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  337 b   |  19 lines

  1. global ctime, mainpictlist
  2.  
  3. on exitFrame
  4.   if rollOver(13) then
  5.     cursor(134)
  6.     go(the frame)
  7.   else
  8.     set ctime to 0
  9.     if rollOver(39) then
  10.       cursor(-1)
  11.       go("9,movie")
  12.     else
  13.       cursor(-1)
  14.       set the member of sprite 9 to member getAt(mainpictlist, 3) of castLib "S22"
  15.       go("start")
  16.     end if
  17.   end if
  18. end
  19.